-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove fabric queue counters. #2862
Remove fabric queue counters. #2862
Conversation
/easycla |
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
what is the functional implication of this change ? |
what is the functional implication of this change ? -- the show fabric counters queue command will display 0 values in some field. |
@arlakshm , would you please help create an MSFT ADO for this, thanks |
@rlhui , @arlakshm , @yxieca , @StormLiangMS , Please help cherry-pick backport this fix to corresponding release branch, Thanks! |
@arlakshm , @abdosi , @tjchadaga , @jfeng-arista |
Confirmed with Arvind over the phone and saw in the issue mentioned that this is required for 202205 because when BRCM removed the support in 9.X they also went back and removed it from 7.X so we do see this same issue on 202205 and require this fix be backported to 202205. |
I remember to see the issue message on 202205 image and I think we may need this into 202205 |
Yes. I have looked into the original issue filed for this and it is stated clearly there that when BRCM removed it from the latest, they also removed the change from SAI 7.x that is being used by 202205 so this bug fux is needed for 202205 branch. |
What I did Remove fabric queue counters. Why I did it This is fixing issue #15586. Where the following messages are seen NOTICE syncd0#syncd: :- setQueueCounterList: FABRIC_QUEUE_STAT_COUNTER: queue oid:0x18d051500000001 does not has supported counters Based on case CS00012300922, the support of these queue counters objects are removed after 9.x for DNX.
@jfeng-arista 202305 conflict, could you help to file separate PR for 202305? @gechiang for vis. |
ok, please let me know the repo, I can raise a separate one |
|
@jfeng-arista Just a reminder to raise PRs to both 202305 and 202211 branches. Thanks! |
sure , will do |
sorry about the late, in 202305 and 202211 ,orchagent does not have this enabled : |
Thanks for the clarification on the backport branch. |
thank you |
What I did
Remove fabric queue counters.
Why I did it
This is fixing issue #15586. Where the following messages are seen
NOTICE syncd0#syncd: :- setQueueCounterList: FABRIC_QUEUE_STAT_COUNTER: queue oid:0x18d051500000001 does not has supported counters
Based on case CS00012300922, the support of these queue counters objects are removed after 9.x for DNX.
How I verified it
Manually tested an image with the fix on a system that has J2c+ linecards, and do not see the error messages.
Details if related